home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / SOUND.SWG / 0018_SBI.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  2KB  |  27 lines

  1. ┌────────────────────────────────────────────┬───────────────────────────────
  2. │ Sound Blaster Instrument File Format (SBI) │
  3. └────────────────────────────────────────────┘
  4.  
  5. The  SBI  format  contains  the  register  values  for  the  FM  chip to
  6. synthesize an instrument.
  7.  
  8. ┌────────────────────────────────────────────────────────────────────────┐
  9. │ Offset    Description                                                  │
  10. ├────────────────────────────────────────────────────────────────────────┤
  11. │ 00h-03h   Contains id characters "SBI" followed by byte 1Ah            │
  12. │ 04h-23h   Instrument name, NULL terminated string                      │
  13. │   24h     Modulator Sound Characteristic (Mult, KSR, EG, VIB, AM)      │
  14. │   25h     Carrier Sound Characteristic                                 │
  15. │   26h     Modulator Scaling/Output Level                               │
  16. │   27h     Carrier Scaling/Output Level                                 │
  17. │   28h     Modulator Attack/Delay                                       │
  18. │   29h     Carrier Attack/Delay                                         │
  19. │   2Ah     Modulator Sustain/Release                                    │
  20. │   2Bh     Carrier Sustain/Release                                      │
  21. │   2Ch     Modulator Wave Seelct                                        │
  22. │   2Dh     Carrier Wave Select                                          │
  23. │   2Eh     Feedback/Connection                                          │
  24. │ 2Fh-33h   Reserved                                                     │
  25. └────────────────────────────────────────────────────────────────────────┘
  26.  
  27.